SftTree/OCX 7.0

SftTree.ShadowColor Property

Softel vdm, Inc.

Defines the color used to draw the dark edge of items.

Deprecated - Provided for compatibility with earlier versions only - Use Items.ShadowColor instead

Syntax       

Get

VB.NET

Clr = object.ShadowColor  As System.Drawing.ColorLanguage-specific information

VB

Clr = object.ShadowColor  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information Clr = object.ShadowColor;

VC++

OLE_COLOR Clr = object->ShadowColor;
OLE_COLOR Clr = object->GetShadowColor();

C

HRESULT object->get_ShadowColor(OLE_COLOR* Clr);

Delphi

Clr := object.ShadowColor  : TColor;

Put

VB.NET

object.ShadowColor = Clr  As System.Drawing.ColorLanguage-specific information

VB

object.ShadowColor = Clr  As OLE_COLOR

C#.NET

System.Drawing.ColorLanguage-specific information object.ShadowColor = Clr;

VC++

OLE_COLOR object->ShadowColor = Clr;
void object->PutShadowColor(OLE_COLOR Clr);

C

HRESULT object->put_ShadowColor(OLE_COLOR Clr);

Delphi

object.ShadowColor := Clr  : TColor;

object

A SftTree object.

Clr

Defines the color used to draw the dark edge of items.  For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Items.ShadowColor instead

The ShadowColor property defines the color used to draw the dark edge of items.

Defines the color used to draw the shadow edge of items when the Items.Cell3D property is used. 

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com